home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / debug.h < prev    next >
C/C++ Source or Header  |  2002-12-18  |  232b  |  13 lines

  1. #ifndef __debug_h_
  2. #define __debug_h_
  3.  
  4. #include "structs.h"
  5.  
  6. extern int debugger;
  7.  
  8. char *debugp( const char *fmt, ... );
  9. void  debout( const char *fmt, ... );
  10. void  deb_cmd( int index, struct command*, struct sourcefile* );
  11.  
  12. #endif
  13.